home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15334 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: In which library is system/exec? ?
  5. Date: 18 Apr 1996 08:04 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <18APR199608044429@erich.triumf.ca>
  9. References: <4l5gpe$mma@trumpet.uni-mannheim.de>
  10. NNTP-Posting-Host: erich.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <4l5gpe$mma@trumpet.uni-mannheim.de>, robo@rumpelkammer.uni-mannheim.de (Robert Braeutigam) writes...
  14.  
  15. >We use the same header files (stdlib.h, process.h and so on).
  16. >The problem is that some completely normal C keywords (like printf, system
  17. >and exec) cannot be resolved by the linker. We aren't even  in the position
  18. >to compile an example program from the help text.
  19. >We are using Microsoft VisualC/C++ 1.52. Can anybody tell us the right
  20. >compiler/linker-switches ? Does it have something to do with /NOE or /NOD ?
  21.  
  22.  
  23. Are you compiling for DOS or Windows??
  24.  
  25. I suspect that printf() and system() may not be available under Windows -check
  26. the compiler's library reference to see if these functions are listed, and if
  27. they have any limitations on use.
  28.  
  29. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  30. Internet: bennett@triumf.ca         | of one another only when one can be
  31. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  32. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  33. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  34. or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
  35. or: http:://vancouver-webpages.com/peter/index.html
  36.  
  37.  
  38.  
  39.  
  40.